d_snprintf.snprintf

Undocumented in source.

Members

Aliases

snprintf
alias snprintf = rpl_snprintf
Undocumented in source.
snprintf_alloc_func
alias snprintf_alloc_func = void* function(size_t size) nothrow @(nogc)
Undocumented in source.
snprintf_file_func
alias snprintf_file_func = void function(void* file, ubyte[] data) nothrow @(nogc)
Undocumented in source.
vsnprintf
alias vsnprintf = rpl_vsnprintf!dummy_file_func
Undocumented in source.

Functions

rpl_asprintf
int rpl_asprintf(char[]* ret, string format, A a)
Undocumented in source. Be warned that the author may not have intended to support it.
rpl_fprintf
int rpl_fprintf(void* file, string format, A a)
Undocumented in source. Be warned that the author may not have intended to support it.
rpl_snprintf
int rpl_snprintf(char[] str, string format, A a)
Undocumented in source. Be warned that the author may not have intended to support it.
rpl_vasprintf
int rpl_vasprintf(char[]* ret, string format, va_list ap)
Undocumented in source. Be warned that the author may not have intended to support it.
rpl_vfprintf
int rpl_vfprintf(void* file, string format, va_list ap)
Undocumented in source. Be warned that the author may not have intended to support it.

Meta